home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 18 / FreelogHS18.iso / Editeur texte / Keynote / kntsetup.exe / {app} / keynote.exe / 0 / RCDATA / TFORM_NEWNOTE / TFORM_NEWNOTE.txt
Text File  |  2003-11-13  |  2KB  |  116 lines

  1. object Form_NewNote: TForm_NewNote
  2.   Left = 382
  3.   Top = 333
  4.   ActiveControl = Combo_TabName
  5.   BorderStyle = bsDialog
  6.   Caption = 'New note'
  7.   ClientHeight = 133
  8.   ClientWidth = 311
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   Position = poScreenCenter
  16.   ShowHint = True
  17.   OnActivate = FormActivate
  18.   OnCloseQuery = FormCloseQuery
  19.   OnCreate = FormCreate
  20.   OnKeyDown = FormKeyDown
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object Label1: TLabel
  24.     Left = 10
  25.     Top = 15
  26.     Width = 31
  27.     Height = 13
  28.     Caption = '&Name:'
  29.     FocusControl = Combo_TabName
  30.   end
  31.   object Label2: TLabel
  32.     Left = 10
  33.     Top = 45
  34.     Width = 24
  35.     Height = 13
  36.     Caption = '&Icon:'
  37.   end
  38.   object Label_Type: TLabel
  39.     Left = 10
  40.     Top = 75
  41.     Width = 27
  42.     Height = 13
  43.     Caption = '&Type:'
  44.     FocusControl = Combo_TabType
  45.   end
  46.   object Button_OK: TButton
  47.     Left = 15
  48.     Top = 100
  49.     Width = 75
  50.     Height = 25
  51.     Hint = 'Accept settings'
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 3
  56.     OnClick = Button_OKClick
  57.   end
  58.   object Button_Cancel: TButton
  59.     Left = 95
  60.     Top = 100
  61.     Width = 75
  62.     Height = 25
  63.     Hint = 'Close dialog box'
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 4
  67.     OnClick = Button_CancelClick
  68.   end
  69.   object Combo_TabName: TComboBox
  70.     Left = 60
  71.     Top = 10
  72.     Width = 241
  73.     Height = 21
  74.     Hint = 'Enter note name'
  75.     ItemHeight = 13
  76.     ParentShowHint = False
  77.     ShowHint = True
  78.     TabOrder = 0
  79.     OnChange = Combo_TabNameChange
  80.     OnKeyPress = Combo_TabNameKeyPress
  81.   end
  82.   object Button_Properties: TButton
  83.     Left = 225
  84.     Top = 100
  85.     Width = 75
  86.     Height = 25
  87.     Hint = 'Edit properties of the new note'
  88.     Caption = '&Properties'
  89.     TabOrder = 5
  90.     OnClick = Button_PropertiesClick
  91.   end
  92.   object Combo_TabType: TComboBox
  93.     Left = 60
  94.     Top = 70
  95.     Width = 241
  96.     Height = 21
  97.     Hint = 'Select type of note to create'
  98.     Style = csDropDownList
  99.     ItemHeight = 13
  100.     ParentShowHint = False
  101.     ShowHint = True
  102.     TabOrder = 2
  103.     OnChange = Combo_TabNameChange
  104.   end
  105.   object Combo_Icons: TGFXComboBox
  106.     Left = 60
  107.     Top = 40
  108.     Width = 241
  109.     Height = 22
  110.     Hint = 'Select icon for note'
  111.     Extended = False
  112.     ItemHeight = 16
  113.     TabOrder = 1
  114.   end
  115. end
  116.